home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_2632 / frame_104 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  219 b   |  8 lines

  1. set("/Variables:Vie",0);
  2. setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width, eval("/Variables:GageLargeur") * (eval("/Variables:Vie") / 100));
  3. tellTarget("_root")
  4. {
  5.    gotoAndStop("Meurt");
  6.    play();
  7. }
  8.